home *** CD-ROM | disk | FTP | other *** search
/ Programming Microsoft Visual Basic .NET / Programming Microsoft Visual Basic .NET (Microsoft Press)(X08-78517)(2002).bin / setup / vbnet / 26 web services / advancedws / advancedws.vbproj < prev    next >
Encoding:
Text File  |  2002-03-01  |  5.2 KB  |  144 lines

  1. <VisualStudioProject>
  2.     <VisualBasic
  3.         ProjectType = "Web"
  4.         ProductVersion = "7.0.9466"
  5.         SchemaVersion = "1.0"
  6.         ProjectGuid = "{C6E51F80-6CDF-4761-A7FA-635302046167}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "AdvancedWS"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 AssemblyOriginatorKeyMode = "None"
  15.                 DefaultClientScript = "JScript"
  16.                 DefaultHTMLPageLayout = "Grid"
  17.                 DefaultTargetSchema = "IE50"
  18.                 DelaySign = "false"
  19.                 OutputType = "Library"
  20.                 OptionCompare = "Binary"
  21.                 OptionExplicit = "On"
  22.                 OptionStrict = "Off"
  23.                 RootNamespace = "AdvancedWS"
  24.                 StartupObject = ""
  25.             >
  26.                 <Config
  27.                     Name = "Debug"
  28.                     BaseAddress = "285212672"
  29.                     ConfigurationOverrideFile = ""
  30.                     DefineConstants = ""
  31.                     DefineDebug = "true"
  32.                     DefineTrace = "true"
  33.                     DebugSymbols = "true"
  34.                     IncrementalBuild = "true"
  35.                     Optimize = "false"
  36.                     OutputPath = "bin\"
  37.                     RegisterForComInterop = "false"
  38.                     RemoveIntegerChecks = "false"
  39.                     TreatWarningsAsErrors = "false"
  40.                     WarningLevel = "1"
  41.                 />
  42.                 <Config
  43.                     Name = "Release"
  44.                     BaseAddress = "285212672"
  45.                     ConfigurationOverrideFile = ""
  46.                     DefineConstants = ""
  47.                     DefineDebug = "false"
  48.                     DefineTrace = "true"
  49.                     DebugSymbols = "false"
  50.                     IncrementalBuild = "false"
  51.                     Optimize = "true"
  52.                     OutputPath = "bin\"
  53.                     RegisterForComInterop = "false"
  54.                     RemoveIntegerChecks = "false"
  55.                     TreatWarningsAsErrors = "false"
  56.                     WarningLevel = "1"
  57.                 />
  58.             </Settings>
  59.             <References>
  60.                 <Reference
  61.                     Name = "System"
  62.                     AssemblyName = "System"
  63.                 />
  64.                 <Reference
  65.                     Name = "System.Data"
  66.                     AssemblyName = "System.Data"
  67.                 />
  68.                 <Reference
  69.                     Name = "System.Web"
  70.                     AssemblyName = "System.Web"
  71.                 />
  72.                 <Reference
  73.                     Name = "System.Web.Services"
  74.                     AssemblyName = "System.Web.Services"
  75.                 />
  76.                 <Reference
  77.                     Name = "System.XML"
  78.                     AssemblyName = "System.Xml"
  79.                 />
  80.             </References>
  81.             <Imports>
  82.                 <Import Namespace = "Microsoft.VisualBasic" />
  83.                 <Import Namespace = "System" />
  84.                 <Import Namespace = "System.Collections" />
  85.                 <Import Namespace = "System.Data" />
  86.                 <Import Namespace = "System.Diagnostics" />
  87.             </Imports>
  88.         </Build>
  89.         <Files>
  90.             <Include>
  91.                 <File
  92.                     RelPath = "AdvancedWS.vsdisco"
  93.                     BuildAction = "None"
  94.                 />
  95.                 <File
  96.                     RelPath = "AssemblyInfo.vb"
  97.                     SubType = "Code"
  98.                     BuildAction = "Compile"
  99.                 />
  100.                 <File
  101.                     RelPath = "Global.asax"
  102.                     BuildAction = "Content"
  103.                 />
  104.                 <File
  105.                     RelPath = "Global.asax.vb"
  106.                     DependentUpon = "Global.asax"
  107.                     SubType = "Code"
  108.                     BuildAction = "Compile"
  109.                 />
  110.                 <File
  111.                     RelPath = "Global.asax.resx"
  112.                     DependentUpon = "Global.asax.vb"
  113.                     BuildAction = "EmbeddedResource"
  114.                 />
  115.                 <File
  116.                     RelPath = "SampleService.asmx"
  117.                     BuildAction = "Content"
  118.                 />
  119.                 <File
  120.                     RelPath = "SampleService.asmx.vb"
  121.                     DependentUpon = "SampleService.asmx"
  122.                     SubType = "Component"
  123.                     BuildAction = "Compile"
  124.                 />
  125.                 <File
  126.                     RelPath = "SampleService.asmx.resx"
  127.                     DependentUpon = "SampleService.asmx.vb"
  128.                     BuildAction = "EmbeddedResource"
  129.                 />
  130.                 <File
  131.                     RelPath = "SoapExtensions.vb"
  132.                     SubType = "Code"
  133.                     BuildAction = "Compile"
  134.                 />
  135.                 <File
  136.                     RelPath = "Web.config"
  137.                     BuildAction = "Content"
  138.                 />
  139.             </Include>
  140.         </Files>
  141.     </VisualBasic>
  142. </VisualStudioProject>
  143.  
  144.